object credits: Tcredits Left = 416 Top = 237 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'PC Accelerator Disc Credits' ClientHeight = 240 ClientWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image3: TImage Left = 0 Top = 0 Width = 320 Height = 240 Picture.Data = {} Visible = False end object cimage: TImage Left = 0 Top = 0 Width = 320 Height = 240 Align = alClient Picture.Data = {} OnClick = cimageClick OnMouseDown = cimageMouseDown end object Image1: TImage Left = 192 Top = 56 Width = 121 Height = 33 Cursor = crHandPoint OnClick = Image1Click OnMouseDown = Image1MouseDown end object Image2: TImage Left = 103 Top = 168 Width = 82 Height = 41 Cursor = crHandPoint OnClick = Image2Click end end